
.article 
{
    clear: both;
    text-align: right;
    margin-bottom : 25px;
}

.articleHeadline h1 {
    margin-bottom: 0px;
    background-color:#F0F0F0;
    border:1px dashed #C8C8C8;
}

.articleAuthor { 
	margin-top:5px;
} 

.articleCalendar {
  float: right;
  margin-left: 6px;
  width: 42px;
  height: 42px;
}

.articleCalendarIcon-01 {
  background: url('images/01.gif');
}

.articleCalendarIcon-02 {
  background: url('images/02.gif');
}

.articleCalendarIcon-03 {
  background: url('images/03.gif');
}

.articleCalendarIcon-04 {
  background: url('images/04.gif');
}

.articleCalendarIcon-05 {
  background: url('images/05.gif');
}

.articleCalendarIcon-06 {
  background: url('images/06.gif');
}

.articleCalendarIcon-07 {
  background: url('images/07.gif');
}

.articleCalendarIcon-08 {
  background: url('images/08.gif');
}

.articleCalendarIcon-09 {
  background: url('images/09.gif');
}

.articleCalendarIcon-10 {
  background: url('images/10.gif');
}

.articleCalendarIcon-11 {
  background: url('images/11.gif');
}

.articleCalendarIcon-12 {
  background: url('images/12.gif');
}

.articleCalendarDay {
  font-family: Tahoma, Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
  font-size:14px;
  font-weight: bold;
  color: #000;
  width: 42px;
  text-align:center;
  padding-top: 15px;
}

.articleEntry {
    margin: 10px 5px;
} 

.articleRelated {
    margin: 10px 5px;
} 

.articleRelated a {
    display:block;
    margin-top:5px;
} 

.articleImage { 
	margin : 2px 4px 4px 10px;
	float : left;
}

.articlePaging { 
    border-bottom:1px dotted #D8D8D8;
	padding-bottom : 2px;
	margin-bottom : 2px;
} 

.articleCategories  {
    border-bottom:1px dotted #D8D8D8;
    margin-bottom:2px;
    padding-bottom:2px;
} 

.related h2
{
    margin-bottom: 0px;
    background-color:#F0F0F0;
    border:1px dashed #C8C8C8;
    padding-right: 5px;
}

.postRating h2
{
    margin-bottom: 0px;
    background-color:#F0F0F0;
    border:1px dashed #C8C8C8;
    padding-right: 5px;
}

.articleComments { 
    text-align: right;
} 

.articleComments h2 {
    margin-bottom: 0px;
    background-color:#F0F0F0;
    border:1px dashed #C8C8C8;
    padding-left: 5px;
}

.articleComment { 
	margin : 5px 0 0 0;
	padding : 5px;
	min-height : 100px;
	height:auto !important;
	height:100px;
} 

.articleCommentGravatar { 
	margin : 2px 4px 4px 10px;
	float : right;
}

.articleCommentContent {
    text-align: right;
    padding:0px 5px 10px 5px;
}

.articleCommentAuthor { 
} 

.articleCommentDate { 
    border-bottom:1px dotted #D8D8D8;
    margin-bottom:2px;
    padding-bottom:2px;
} 

.articleImages { 
    text-align: center;
} 

.articleImages h2 {
    margin-bottom: 0px;
    background-color:#F0F0F0;
    border:1px dashed #C8C8C8;
    padding-right: 5px;
}

.articleFiles { 
    text-align: right;
} 

.articleFiles h2 {
    margin-bottom: 0px;
    background-color:#F0F0F0;
    border:1px dashed #C8C8C8;
    padding-right: 5px;
}

.postComment 
{
    text-align: right;
}

.postComment p, .postComment div
{
    padding:2px 10px;
    margin: 0px;
}

.postComment h2
{
    margin-bottom: 0px;
    background-color:#F0F0F0;
    border:1px dashed #C8C8C8;
    padding-right: 5px;
}

.postComment input
{
    width: 150px;
}

.postComment #notify input
{
    width: 20px;
}

.postComment textarea
{
    width: 450px;
    height: 150px;
}

/* Photo Area */

.articleImageList li
{
    display: inline-block;
    /*float: right;*/
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

/* File Area */

.articleFileList li
{
    display: inline;
    float: right;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3000;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 5000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	right: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-container-image-data-box {
	background-color: #fff;
	margin:0pt auto;
	overflow: auto;
	font-family: Tahoma,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4em;
}

#lightbox-container-image-data {
	padding: 0 10px; 
}

#lightbox-container-image-details {
	float:right;
	text-align:right;
	width:70%;
}

#lightbox-container-image-details-caption
{
	font-weight: bold;
}

#lightbox-container-image-details-currentNumber 
{
	clear:right;
	display:block;
}

#lightbox-container-image-details-currentNumber a, lightbox-container-image-details-currentNumber a:hover
{
	border-bottom:medium none;
	color:#151410;
	text-decoration:underline;
}

#lightbox-container-image-details-nav {
	clear:right;
	display:block;
	padding:0pt 0pt 10px;
}

#lightbox-container-image-details-nav a, #lightbox-container-image-details-nav a:hover {
	border-bottom:medium none;
	color:#151410;
	text-decoration:underline;
}

#lightbox-container-image-details-nav-btnPrev
{
	margin:0pt 0pt 0pt 8px;
}
	
#lightbox-image-details-close-btnClose {
	float: left;
}

#lightbox-image-details-close a, #lightbox-image-details-close a:hover {
	border-bottom:medium none;
	color:#151410;
	text-decoration:underline;
}

.albumphoto img {
    border: solid 1px #eee;
    padding: 3px;
    margin-bottom: 10px;
}
.albumname{text-align:center;}


/*Team*/
.ourteam figure { position: relative; }

.ourteam figure.box { text-align: center; margin: 0px 0px 30px; }

.ourteam.inner figure.box { background: #fff; }

.bottomline { display: inline-block; font-size: 16px; background: none repeat scroll 0% 0% #FFF; width: 80px; height: 1px; vertical-align: middle; color: rgb(204, 204, 204); margin: 25px auto; }

.ourteam .img { position: relative; overflow: hidden;height:217px; }

.ourteam .mask { position: absolute; bottom: -50px; right: 0; width: 100%; -webkit-transition: 0.3s ease-out 0s; -moz-transition: 0.3s ease-out 0s; -ms-transition: 0.3s ease-out 0s; -o-transition: 0.3s ease-out 0s; transition: 0.3s ease-in 0s; color: #fff; height: 50px; background: rgba(0,0,0,0.7); }

.ourteam figure.box:hover .mask { bottom: 0; }

.ourteam { text-align: center; background:#fff;/*padding:25px;*/}

.ourteam .sub-title { padding: 0px 0 30px; }

.team-text { text-align: center; margin: 0px auto 40px; text-transform: capitalize; width: 60%; }

.ourteam .box h5 { color: #333; text-transform: capitalize; font-size:15px;}
    .ourteam .box h5:hover { color: #ce6b0c; }

.ourteam .box h6:after { width: 40px; height: 1px; background: #aaa; position: absolute; content: ""; right: 50%; margin: 0 -20px 0 0; top: 0; }

.ourteam .box .social a { background: #fff; }

.ourteam .box p { color: #777; text-align: right; padding: 10px 0 0 0; }

.ourteam .box .social a:hover { background: #fff; color: #333; }

.ourteam .mask .social a { color: #fff; border-radius: 50%; width: 40px; height: 40px; text-align: center; line-height: 40px; font-size: 16px; }

.ourteam .mask .social a:hover { color: #111; }

.ourteam .mask .social { top: 50%; position: relative; margin: -20px 0 0 0; }

.ourteam .mask p { padding: 0 0 20px 0; }

.ourteam .details { background: #f6f6f6;border-bottom: 2px solid transparent; -webkit-transition: 0.3s ease-out 0s; -moz-transition: 0.3s ease-out 0s; -ms-transition: 0.3s ease-out 0s; -o-transition: 0.3s ease-out 0s; transition: 0.3s ease-in 0s;padding: 10px 15px 12px; }


/*Container015*/
.Container015 .dnntitle { font-size: 30px; line-height: 1.3; text-align: center; text-transform: capitalize; color: #333; font-weight: 500; position: relative; padding: 0 0 20px 0; }
    .Container015 .dnntitle:after { content: ""; width: 50px; height: 3px; position: absolute; right: 50%; margin: 0 -25px 0 0; bottom: 0; }
.Container015 .title-icon { text-align: center; }

    .Container015 .title-icon span { margin: 0px 10px; color: #ccc; font-size: 20px; }
.Container015 .contentpane { padding: 25px 0px 10px 0px; }
.Container015 .dnntitle::after {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    right: 50%;
    margin: 0 -25px 0 0;
    bottom: 0;
}
.Container015 .dnntitle::after {
    background: #1293d4;
}
.ourteam .box .social a {
    background: #1293d4;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
}
.img img{width:100%;}





.ArticleView .content .description div { font-size: 15px; line-height: 2em; text-align: justify; }

.ArticleView .section { margin: 15px 0; background: #fff; }
.ArticleView .section .headding { font-size: 15px; color: #143d61; background-color: #fbfbfb; border: solid 1px #f5f5f5; height: 40px; line-height: 40px; }



.headding .fa {
    background: #006185;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
}

.faIcon {
    float: right;
    margin-left: 5px;
}

.section .headding {
    font-size: 15px;
    color: #143d61;
    background-color: #fbfbfb;
    border: solid 1px #f5f5f5;
    height: 40px;
    line-height: 40px;
}

.section {
    margin: 15px 0;
    background: #fff;
}
.relatedimage p{text-align: center;background: #f6f6f6;}
.ourteam .details {
    height: 70px !important;}

.row.relatedimage img{max-width:100%;}

.adminbuttons {
    display: inline-block;
    width: 11%;
    text-align: center;
}